home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / demo / BeBopDemo.lha / BeBopDemo / MAKE_BOOTABLE2.0 < prev    next >
AmigaDOS Script File  |  1991-09-19  |  485b  |  18 lines

  1. .key a
  2. .bra {
  3. .ket }
  4. ECHO "Making the BeBop 'N Drop Demo Disk bootable requires a disk"
  5. ECHO "named BB&D in df0:, df1:, df2:, or df3: that contains the"
  6. ECHO "unarc'ed files from bebop.lzh !"
  7. ECHO " "
  8. ECHO "Click on 'Cancel' if System prompts for non-existent disk drive"
  9. ECHO " "
  10. ASK "*nDo you wish to continue? [y|*e[1m*e[33mn*e[0m]  "
  11. IF NOT WARN
  12.   ECHO "*nExiting without building boot disk....."
  13. ELSE
  14.   cd ram:
  15.   copy BB&D:makebootscript2.0 ram:
  16.   execute makebootscript2.0
  17. ENDIF
  18.